card height and width flutter

90

SizedBox(
        width: double.infinity,
        height: 300,
        child: Card(
          elevation: 2,
          child: Text("test")
         ),
      )

Comments

Submit
0 Comments